home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / AMCHR518.PPD < prev    next >
Text File  |  1990-10-11  |  8KB  |  285 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For Agfa Matrix ChromaScript version 51.8
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 008220 or 008504
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 27 June 1990 
  15.  
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19.  
  20. *Product: "(PRISMA)"
  21. *PSVersion: "(51.8) 0"
  22. *NickName: "Agfa Matrix ChromaScript v51.8"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM:  "350000"
  26. *ColorDevice: True
  27. *VariablePaperSize: False
  28. *FileSystem: True
  29. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse = flush"
  30. *Throughput: "1"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *% The chromascript does not halftone (full color device)
  82.  
  83. *ScreenFreq: "72.0"
  84. *ScreenAngle: "0.0"
  85. *DefaultScreenProc: Line
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{}"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "letter"
  103. *PageSize Legal: "legal"
  104. *PageSize 35mm: "35mm"
  105. *PageSize A4: "a4"
  106. *PageSize 3x4: "3x4"
  107. *PageSize 4x5: "4x5"
  108. *PageSize 8x10:"8x10"
  109.  
  110. *?PageSize: "
  111.  save statusdict begin
  112.   10 dict begin
  113.    /letter (Letter) def  /legal (Legal) def 
  114.    /35mm (35mm) def      /a4 (A4) def 
  115.    /3x4 (3x4) def        /4x5 (4x5) def
  116.    /8x10 (8x10) def
  117.    papersize {
  118.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  119.    }{
  120.      {load exec} stopped not
  121.      {print (.Transverse) = flush}{(Unknown) = flush}ifelse
  122.    }ifelse
  123.   end
  124.  end restore
  125. "
  126. *End
  127.  
  128.  
  129. *% The following entries provide information about specific paper keywords.
  130. *DefaultImageableArea: Letter
  131. *ImageableArea Letter: "54 19 558 774 "
  132. *ImageableArea Legal: "54 112 558 867 "
  133. *ImageableArea A4: "46 43 549 798 "
  134. *ImageableArea 35mm: "0 0 504 756 "
  135. *ImageableArea 4x5: "32 0 535 756 "
  136. *ImageableArea 8x10: "32 0 535 756 "
  137. *ImageableArea 3x4: "32 0 535 756"
  138.  
  139. *?ImageableArea: "
  140.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  141.   newpath clippath pathbbox
  142.   4 -2 roll exch 2 {ceiling cvp} repeat
  143.   exch 2 {floor cvp} repeat flush
  144.  restore
  145. "
  146. *End
  147.  
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *DefaultPaperDimension: Letter
  150. *PaperDimension Letter: "612 792"
  151. *PaperDimension Legal: "612 1008"
  152. *PaperDimension A4: "595 842"
  153. *PaperDimension 35mm: "504 756"
  154. *PaperDimension 3x4: "567 756" 
  155. *PaperDimension 4x5: "567 756"
  156. *PaperDimension 8x10: "569 756"
  157.  
  158. *DefaultOutputBin: OnlyOne
  159. *DefaultInputSlot: OnlyOne
  160.  
  161. *DefaultManualFeed: None
  162. *?ManualFeed: "
  163.   statusdict /manualfeed get
  164.   {(True)}{(False)}ifelse = flush
  165. "
  166. *End
  167.  
  168. *DefaultOutputOrder: Normal
  169. *DefaultCollator: None
  170. *DefaultSorter: None
  171. *DefaultDuplex: None
  172.  
  173. *% Font Information =====================
  174.  
  175. *DefaultFont: Courier
  176. *Font Courier: Standard "(001.004)"
  177. *Font Courier-Bold: Standard "(001.004)"
  178. *Font Courier-BoldOblique: Standard "(001.004)"
  179. *Font Courier-Oblique: Standard "(001.004)"
  180. *Font Helvetica: Standard "(001.002)"
  181. *Font Helvetica-Bold: Standard "(001.002)"
  182. *Font Helvetica-BoldOblique: Standard "(001.002)"
  183. *Font Helvetica-Narrow: Standard "(001.002)"
  184. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  185. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  186. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  187. *Font Helvetica-Oblique: Standard "(001.002)"
  188. *Font Symbol: Special "(001.003)"
  189. *Font Times-Bold: Standard "(001.002)"
  190. *Font Times-BoldItalic: Standard "(001.004)"
  191. *Font Times-Italic: Standard "(001.002)"
  192. *Font Times-Roman: Standard "(001.002)"
  193.  
  194. *?FontQuery: "
  195. save  4 dict begin /sv exch def
  196. /str (fonts/                              ) def
  197. /st2 128 string def
  198. {
  199.   count 0 gt {
  200.     dup st2 cvs (/) print print (:) print
  201.     dup FontDirectory exch known {pop (Yes)}{
  202.      str exch st2 cvs dup length /len exch def
  203.      6 exch putinterval str 0 len 6 add getinterval mark exch
  204.      { } st2 filenameforall counttomark 0 gt {
  205.       cleartomark (Yes)}{cleartomark (No)}ifelse
  206.     }ifelse = flush
  207.   }{ exit } ifelse
  208. } bind loop
  209. (*) = flush
  210. sv end restore
  211. "
  212. *End
  213.  
  214. *?FontList: "
  215. save  2 dict begin /sv exch def
  216. /str 128 string def
  217. FontDirectory { pop == } bind forall flush
  218. /filenameforall where { 
  219.  pop save (fonts/*) { 
  220.   dup length 6 sub 6 exch getinterval cvn == 
  221.  } bind str filenameforall flush restore
  222. } if 
  223. (*) = flush
  224. sv end restore
  225. "
  226. *End
  227.  
  228. *% Printer Messages (verbatim from printer):
  229. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  230. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  231. *Message: "\FontName\ not found, using Courier"
  232.  
  233. *%Status (format: %%[ status: <one of these> ]%% )
  234. *Status: "idle"
  235. *Status: "busy"
  236. *Status: "waiting"
  237. *Status: "imaging"
  238. *Status: "warming up"
  239. *Status: "PrinterError: Printer OK"
  240. *Status: "PrinterError: SCSI write error"
  241. *Status: "PrinterError: Timeout"
  242. *Status: "PrinterError: Can't release SCSI bus"
  243. *Status: "PrinterError: Memory fault"
  244. *Status: "PrinterError: SCSI interface fault"
  245. *Status: "PrinterError: Can't select printer"
  246. *Status: "PrinterError: Filter wheel fault"
  247. *Status: "PrinterError: Illegal command"
  248. *Status: "PrinterError: Illegal SCSI Address"
  249. *Status: "PrinterError: SCSI read error"
  250. *Status: "PrinterError: Printer not found"
  251. *Status: "PrinterError: Illegal command"
  252. *Status: "PrinterError: Error during SCSI status reading"
  253. *Status: "PrinterError: Illegal data byte"
  254. *Status: "PrinterError: Printer selected but not responding"
  255. *Status: "PrinterError: CRT beam calibration fault"
  256.  
  257. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  258. *Source: "serial9"
  259. *Source: "serial25"
  260. *Source: "AppleTalk"
  261. *Source: "Centronics"
  262.  
  263. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  264. *PrinterError: "Printer OK"
  265. *PrinterError: "SCSI write error"
  266. *PrinterError: "Timeout"
  267. *PrinterError: "Can't release SCSI bus"
  268. *PrinterError: "Memory fault"
  269. *PrinterError: "SCSI interface fault"
  270. *PrinterError: "Can't select printer"
  271. *PrinterError: "Filter wheel fault"
  272. *PrinterError: "Illegal command"
  273. *PrinterError: "Illegal SCSI Address"
  274. *PrinterError: "SCSI read error"
  275. *PrinterError: "Printer not found"
  276. *PrinterError: "Illegal command"
  277. *PrinterError: "Error during SCSI status reading"
  278. *PrinterError: "Illegal data byte"
  279. *PrinterError: "Printer selected but not responding"
  280. *PrinterError: "CRT beam calibration fault"
  281.  
  282. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  283.  
  284. *% end of PPD file for Agfa Matrix ChromaScript
  285.